home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / Examples / Capturing.swf / scripts / DefineSprite_107 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-04-02  |  223 b   |  16 lines

  1. function setButton(cond)
  2. {
  3.    if(cond)
  4.    {
  5.       gotoAndStop(3);
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11. }
  12. colButton = _parent.colButton;
  13. colText = _parent.colText;
  14. colLight = _parent.colLight;
  15. stop();
  16.